*{margin: 0;padding: 0;}
img{border: none;}
a{text-decoration: none;}
.clear{clear: both;}
ul li{list-style: none;}
/*@font-face{
    font-family:webfont;
    src:url('notosanshans-light.otf')format("opentype");
    font-weight:normal;
}*/
*{
    font-family:Arial;
}

/**公共头部导航111**/
.headroom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all ease .7s;
    -webkit-transition: all ease .7s;
    z-index: 998;
}
.headroom--unpinned {
    top: -100px;
}
.headroom--pinned {
    top: 0;
}
.headroom--pinned.headroom--not-top{
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.logoko_header{
    padding: 13px 20px;
    -webkit-transition: all ease .7s;
    -moz-transition: all ease .7s;
    -o-transition: all ease .7s;
    transition: all ease .7s;
}
.logoko_header:after{
    display: block;
    content: "";
    width: 0;
    height: 0;
    clear: both;
}
.logoko_header .nav_login{
    float: right;
}
.logoko_header .nav_login .go_design{
    display: inline-block;
    text-decoration: none;
    height: 40px;
    width: 120px;
    border-radius: 2px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff;
    background: #000;
}
.logoko_header .nav_login .go_design:hover{
    box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
}
.logoko_header .nav_logo{
    float: left;
    margin-right: 40px;
}
.logoko_header .nav_logo img{
    display: inline-block;
    margin-top: 5px;
}
.logoko_header .nav_wrap{
    float: left;
}
.logoko_header .nav_wrap ul li{
    display: inline-block;
    padding: 0 20px;
    letter-spacing: 2px;
    line-height: 40px;
}
.logoko_header .nav_wrap ul li a{
    font-size: 16px;
    color: #333;
    text-decoration: none;
}

/*banner*/
.banner{
    width: 100%;
    height: 498px;
    margin: auto;
    background: url(../images/index/banner_bg.jpg) center no-repeat;
}
.banner_con{
    width: 960px;
    margin: auto;
    padding-top: 85px;
}
.banner_con img{
    display: block;
    margin:auto;
}
.banner_con p{
    text-align: center;
    font-size: 60px;
    letter-spacing: 2px;
    margin-top: 60px;
}
.banner_con .title_desc{
    text-align:center; 
    display: block;
    color: #666;
    margin-top: 20px;
}
.banner_con a.design{
    width: 300px;
    height: 58px;
    display: block;
    margin: 50px auto;
    background: #000000;
    color: #fff;
    text-align: center;
    line-height: 58px;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 3px;
    border-radius: 2px;
}
.banner_con a.design:hover{
    background: #363636;
}
.logo_list{
    width: 1200px;
    height:300px;
    text-align: center;
    margin: auto;
    border-bottom: 1px solid #F0F0F0;
}
.logo_list .index_industry_tag{
	text-align: center;
    margin: 0 auto;
    width: 960px;
}
.logo_list .index_industry_tag ul{
    margin-top: 20px;
}
.logo_list .index_industry_tag ul li{
    display: inline-block;
    border-radius: 2px;
    font-weight: normal;
    color: #666;
    border: 1px solid #999;
    font-size: 14px;
    padding: 2px 3px;
    margin-right: 6px;
    margin-bottom: 5px;
    vertical-align: center;
    padding: 2px 10px;
}
.logo_list .index_industry_tag ul li a{
	color: #666;
    text-decoration: none;
}
.index_sucai_wrap{
    width: 1200px;
    height:80px;
    text-align: center;
    margin: auto;
}
.index_sucai_wrap .sucai_list{
	text-align: center;
    margin: 20px 0;
}
.index_sucai_wrap .sucai_list ul li{
    display: inline-block;
}
.index_sucai_wrap .sucai_list ul li img{
    width: 60px;
    height: 60px;
}
.step{
    width: 1200px;
    margin: auto;
    padding-bottom: 25px;
    border-bottom: 1px solid #F0F0F0;
}
.step_title{
    width: 100%;
    font-size: 32px;
    text-align: center;
    padding:50px 0;
    letter-spacing: 2px;
}
.step_title i{
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
}
.step_con{
    width: 1200px;
    height: 600px;
    margin: auto;
}
.step_con .step_con_con{
    width: 960px;
    padding-top: 47px;
    background: url("../images/index/url_top.jpg") top center no-repeat;
    box-shadow: 0 0 10px -5px;
    float: left;
    margin-left: 120px;
}
.step_con .step_con_index{
    width: 80px;
    float: left;
    padding-top: 95px;
    padding-left: 40px;
}
.step_con .step_con_img{
    width: 960px;
    height: 540px;
}
.step_con .step_con_index ul li{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #EBE9E9;
    color: #999999;
    text-align: center;
    line-height: 32px;
    margin-bottom: 20px;
    cursor: pointer;
}
.step_con .step_con_index ul li.on{
    background: #000000;
    color: #ffffff;
    font-size: 16px;
}
.step_con .step_con_index ul li.on:hover{
    background: #000000;
}
.step_con .step_con_index ul li:hover{
    background: #dedede;
}
.step_contact{
    text-align: center;
    padding-top: 75px;
    color: #404040;
    font-size: 20px;
    width: 100%;
    height: 100px;
    background: url(../images/index/banner_bg.jpg) center no-repeat;
}
.step_contact span{
    display: inline-block;
    font-size: 32px;
}
.step_contact a{
    display: inline-block;
    border: 2px solid #414141;
    margin-left: 15px;
    color: #404040;
    padding: 6px 20px;;
}
.step_contact a:hover{
    background:#000;
    color:#fff;
}
.footer{
    padding-top:35px;
    padding-bottom: 70px;
}
.footer p{
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    color: #999999;
    letter-spacing: 1px;
}
.footer p a{
    color: #0000EE;
}
/*查看更多案例*/
.demo_logo{
    width: 960px;
    height: 140px;
    padding: 25px 0;
    margin: auto;
}
.demo_logo ul li{
    list-style: none;
    float: left;
    width: 160px;
    height: 80px;
    overflow: hidden;
}
.demo_logo ul li img{
    width: 161px;
    height:80px;
}

.logoko_a{
    display: inline-block;
    border: 2px solid #414141;
    margin-left: 15px;
    padding: 10px;
    color: #404040;
    font-size: 14px;
    letter-spacing: 2px;
}
.logoko_a:hover{
    background:#000;
    color:#fff;
}
/*列表页banner搜索模块*/
.banner_search{
    padding-top: 100px;
    width: 1200px;
    margin: 0 auto;
}
.banner_search .crumbs_nav{
    margin-bottom: 50px;
}
.banner_search .crumbs_nav a,.banner_search .crumbs_nav span{
    font-size: 14px;
    color: #666;
    display: inline-block;
    text-decoration: none;
}
.banner_search .crumbs_nav a:hover{
    text-decoration: underline;
}
.banner_search .crumbs_nav i{
    display: inline-block;
    font-style: normal;
    font-size: 14px;
    padding: 0 5px;
    color: #666;
}
.banner_search .search_wrap{
    padding-bottom: 70px;
}
.banner_search .search_wrap h1{
    text-align: center;
    font-size: 32px;
    color: #333;
    letter-spacing: 2px;
}
.banner_search .search_wrap p{
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    margin-bottom: 20px;
}
.banner_search .search_wrap div{
    text-align: center;
}
.banner_search .search_wrap div input{
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
    padding: 0 10px;
    font-size: 14px;
    box-sizing: border-box;
}
.banner_search .search_wrap div input[type="text"]{
    display: inline-block;
    width: 350px;
    height: 46px;
    line-height: 46px;
    border: 2px solid #000;
    color: #000;
    border-radius: 2px;
}
.banner_search .search_wrap div input[type="button"]{
    display: inline-block;
    width: 120px;
    height: 46px;
    line-height: 46px;
    background: #000;
    color: #fff;
    margin-left: -7px;
}
.banner_search .target_search{
    text-align: right;
}
.banner_search .target_search a{
    display: inline-block;
    color: #000;
    text-decoration: underline;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
/*案例列表页*/
.case_con{
    width: 1200px;
    margin: 70px auto 0;
}
.case_con:after{
    display: block;
    content: "";
    width: 0;
    height: 0;
    clear: both;
}
.case_con .case_box{
    background: #fff;
    text-align: center;
    padding: 20px;
    border: 1px solid #E4E4E4;
    float: left;
    margin: 10px;
    width: 280px;
    box-sizing: border-box;
}
.case_con .case_box:hover{
    border: 1px solid #000000;
}
.case_con .case_box:nth-of-type(4n+1){
    clear: both;
}
.case_con .case_box .img_a{
    display: block;
    height: 300px;
    width: 238px;
    overflow: hidden;
}
.case_con .case_box .img_a svg{
    width: 150px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    margin-bottom: 10px;
    vertical-align: middle;
    margin-top: 50%;
    transform: translate(0,-50%);
}
.case_con .case_box h3 {
    font-size: 14px;
    text-align: left;
    padding-top: 10px;
    color: #777777;
}
.case_con .case_box h3:nth-of-type(1),.case_con .case_box h3:nth-of-type(2){
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.case_con .case_box h3:nth-of-type(3),.case_con .case_box h3.icon_h3{
    height: 54px;
    overflow: hidden;
    white-space: normal!important;
 }
.case_con .case_box h3:nth-of-type(1) a{
    color: #333;
}
.case_con .case_box img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    margin-bottom: 10px;
    vertical-align: middle;
    margin-top: 50%;
    transform: translate(0,-50%);
}
.case_con .case_box p{
    text-align: right;
    font-size: 14px;
    color: #878787;
}
.case_con .case_box .key_span{
    display: inline-block;
    border-radius: 2px;
    font-weight: normal;
    color: #666;
    border: 1px solid #999;
    font-size: 12px;
    padding: 2px 3px;
    margin-right: 6px;
    margin-bottom: 5px;
    height: 16px;
    vertical-align: top;
}
.case_con .case_box .key_span a{
    display: inline-block;
    color: #666;
    text-decoration: none;
}
/*css3动画*/
.case_con .case_box {
    -webkit-transition: all .7s ease-out .1s;
    -moz-transition: all .7s ease-out;
    -o-transition: all .7s ease-out .1s;
    transition: all .7s ease-out .1s;
}
.case_more{
    height: 40px;
    padding: 40px 0;
    width: 90%;
    margin: auto;
    border-bottom: 1px solid #F0F0F0;
}
.case_more .btn{
    width: 150px;
    height: 40px;
    box-sizing: border-box;
    border: 2px solid #000000;
    padding: 10px;
    margin: auto;
    padding-left: 35px;
    cursor: pointer;
}
.case_more .btn:hover{
    color: #ffffff;
    background: #000000;
}
.back_top{
    border: 2px solid #666666;
    position: fixed;
    right: 10px;
    bottom: 60px;
    cursor: pointer;
    display: none;
    width: 40px;
}
.back_top img{
    width: 100%;
}
.show_case{
    width: 400px;
    margin: 50px auto;
}
.show_case svg{
    width: 100%!important;
    height: auto!important;
}
.show_case .case_img{
    max-width: 400px;
    display: block;
    margin-bottom: 15px;
}
.show_case h3{
    font-size: 14px;
    text-align: left;
    padding-top: 15px;
    color: #777777;
}
.show_case .key_span{
    display: inline-block;
    border-radius: 2px;
    font-weight: normal;
    border: 1px solid #999;
    color: #666;
    font-size: 12px;
    padding: 2px 3px;
    margin-right: 3px;
    margin-bottom: 5px;
}
.show_case .key_span a{
    color: #666;
}
.show_case .begin{
    margin: 55px auto 0;
    font-size: 14px;
}
.show_case .begin p{
    text-align: center;
}
.show_case .begin .a_1{
    display: inline-block;
    color: #000000;
    width: 90px;
    height: 35px;
    line-height: 32px;
    border: 2px solid #000000;
    box-sizing: border-box;
    text-align: center;
    letter-spacing: 2px;
    border-radius: 2px;
    margin: 0 10px;
}
.show_case .begin .a_2{
    font-size: 12px;
    letter-spacing: 3px;
    display: block;
    text-align: center;
    color: #6B6B6B;
    width: 90px;
    height: 50px;
    box-sizing: border-box;
    line-height: 50px;
    font-weight: bold;
    display: block;

}
.show_case .begin .a_2 img{
    display: block;
    margin-top: 20px;
    float: left;
    margin-left: 8px;
}
.show_case .begin .a_2 span{
    display: block;
    float: right;
    margin-right: 5px;

}
.more_case{
    width: 1200px;
    margin: auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
}
.more_case_con .flexslider .flex-viewport{
    text-align: left;
}
.more_case h1{
    text-align: left;
    margin-bottom: 35px;
    font-size: 25px;
}
.more_case_con .fslider{
    width:1200px;
    height: 235px;
    overflow: hidden;
    box-sizing: border-box;
}
.more_case_con ul li .more_case_img{
    margin-left: 10px;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    height: 266px;
}
.more_case_con ul li .more_case_img img{
    height: 190px;
    width: auto;
    display: block;
    margin: auto;
}
.more_case_con ul li .more_case_img svg{
    height: 190px;
    width: 80%;
    display: block;
    margin: auto;
}
.more_case_con ul li .more_case_img h3{
    font-size: 14px;
    text-align: left;
    padding-top: 6px;
    color: #777777;
    margin-left: 20px;
}
.more_case_con ul li .more_case_img h3.span_h3{
    height: 40px;
    overflow: hidden;
}
.more_case_con ul li .more_case_img h3:nth-of-type(1) a{
    color: #000;
}
.more_case_con ul li .more_case_img h3 .key_span{
    display: inline-block;
    border-radius: 2px;
    font-weight: normal;
    border: 1px solid #7caced;
    color: #7caced;
    font-size: 12px;
    padding: 0 3px;
    margin-right: 3px;
    margin-bottom: 4px;
    height: 15px;
    line-height: 16px;
}
.more_case_con ul li .more_case_img h3 .key_span a{
    color: #7caced;
}
.more_case_con .flexslider ul{
    display: block;
    margin: auto;
}
.more_case_con .flexslider{
    text-align: center;
}
.more_case_con ol{
    list-style: none;
    display: inline-block;
    margin-top: 20px;
}
.more_case_con ol li{
    float: left;
    padding-right: 10px;
    margin-bottom: 30px;
}
.more_case_con ol li a {
    width: 10px;
    height: 10px;
    border: 1px solid #000000;
    display: block;
    border-radius: 100%;
    color: #fff;
    background: #ffffff;
    cursor: pointer;
}
.more_case_con ol li a.flex-active {
    transform: scale(1.2);
    border: 1px solid #000000;
    background: #000000;
}
/*公共分页*/
.t_customer_paginate{
    padding: 20px 0 0;
    text-align: center;

}
.t_customer_paginate a,
.t_customer_paginate span{
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 38px;
    border: 2px solid #edf0ef;
    border-radius: 3px;
    padding: 0;
    color: #666666;
    font-size: 16px;
    text-decoration: none;
}
.t_customer_paginate a:hover{
    text-decoration: none;
}
.t_customer_paginate .active{
    border: 2px solid #333;
    background: #fff;
    color: #333;
}
.t_customer_paginate .icon-chevron-left,
.t_customer_paginate .icon-chevron-right{
    position: relative;
}
.t_customer_paginate .icon-chevron-left:before,
.t_customer_paginate .icon-chevron-right:before{
    position: absolute;
    left: 13px;
    top: 11px;
    content: "";
    width: 10px;
    height: 14px;
    display: inline-block;
    background: url("../images/pagination_icon.png") no-repeat 0 0;
}
.t_customer_paginate .icon-chevron-right:before{
    background: url("../images/pagination_icon.png") no-repeat 0 -18px;
}
/*关键词*/
.key_words_wrap{
    width: 1200px;
    margin: 50px auto;
}
.key_words_wrap h2{
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.key_words_wrap div:after{
    display: block;
    content: "";
    width: 0;
    height: 0;
    clear: both;
}
.key_words_wrap div a{
    display: inline-block;
    padding: 2px 3px;
    margin-right: 6px;
    border: 1px solid  #7caced;
    color: #7caced;
    border-radius: 2px;
    font-size: 12px;
    margin-bottom: 11px;
}
/****联系我们*****/
.logo_contact{
    padding: 30px;
    width: 910px;
    margin: 70px auto 0;
}
.l_c_us h3{
    padding-left: 20px;
    background: url(../images/index/jiao.png) left center no-repeat;
    font-size: 24px;
    font-weight: normal;
}
.l_c_us .l_c_us_con{
    height: 80px;
    padding-left: 80px;
    background: url(../images/index/contact_img.png) left center no-repeat;
    margin-top: 25px;
    margin-bottom: 50px;
}
.l_c_us .l_c_us_con p{
    font-size: 18px;
}
.l_apply h3{
    padding-left: 20px;
    background: url(../images/index/jiao.png) left center no-repeat;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 30px;
}
.l_apply .p_min{
    font-size: 12px;
    color: gray;
    font-weight: normal;
    line-height: 16px;
}
.l_apply .apply_form .a_f_left{
    width: 300px;
    float: left;
}
.inp_wrap{
    position: relative;
    height:37px;
    margin-top: 12px;
}
.inp_wrap img{
    display: block;
    position: absolute;
    left: 2px;
    top: 2px;
    width: 35px;
    height: 33px;
}
.l_apply .apply_form .a_f_left input{
    outline: none;
    border: 2px solid #CFDAD9;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    width: 100%;
    box-sizing: border-box;
    height:37px;
    padding-left: 35px;
    font-size: 15px;
}
.l_apply .apply_form .a_f_right{
    width: 570px;
    float: left;
    margin-left: 30px;
    padding-top: 12px;
}
.l_apply .apply_form .a_f_right textarea{
    width: 100%;
    height: 212px;
    box-sizing: border-box;
    border: 2px solid #CFDAD9;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 10px;
    resize: none;
}
.l_apply .apply_form .a_f_right .f_sub{
    background: #000;
    font-size: 14px;
    color: #fff;
    border: 2px solid #000;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 8px 30px;
    float: right;
    margin-top: 50px;
}
.l_line{
    border-top:1px solid #F0F0F0;
    height: 0;
    width: 90%;
    margin: auto;
}
/*************************** 表单验证错误提示 *************************/
.onError, .onFocus {
    position: absolute;
    right: -18px;
    top: -38px;
    padding: 2px 12px;
    line-height: 24px;
    background: #ffcccc;
    opacity: 0.7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    color: #be0000;
}
.onFocus, .onFocus:after {
    background: #ffe59e;
    color: #dd6300;
}
.onError:before, .onFocus:before {
    content: "*";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
    margin-right: 0.3em;
}
.onError:after, .onFocus:after {
    content: '';
    position: absolute;
    right: 28px;
    bottom: -5px;
    width: 10px;
    height: 10px;
    background: #ffcccc;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.onFocus, .onFocus:after {
    background: #ffe59e;
    color: #dd6300;
}
.onCorrect {
    position: absolute;
    right: 15px;
    top: 12px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    display: none;
}
.onCorrect:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
    color: #37bd76;
}
.onShow, .onLoad {
    display: none;
}

.friend-links{
	color: #999;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    width: 1200px;
    padding-top: 30px;
}
.friend-links a {
	color: #999;
    padding-left: 5px;
    text-decoration: none;
}
/*首页-平台动态*/
.vslider{
    height: 30px;
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    padding-left: 30px;
    background: url("../images/index/laba-2.png") no-repeat left center;
}
.vslider ul li{
    height: 30px;
    line-height: 30px;
    text-align: left;
    color: #666;
    font-size: 14px;
    position: relative;
}

.vslider ul li span{
    display: inline-block;
    margin-left: 5px;
}
.vslider ul li a{
    color: #666;
    text-decoration: none;
}
.logoko_header .nav_wrap ul li.qywx_activity {
    position: relative;
}
.logoko_header .nav_wrap ul li.qywx_activity img{
    position: absolute;
    width: 46px;
    right: -30px;
    top: 6px;
}
/* ***********************博客blog*** begin************************* */
.container {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.pubilc_tit_crumbs {
    padding-top: 40px;
    position: relative;
    z-index: 100;
    font-size: 14px;
    color: #666666;    
    margin-bottom: 30px;
    display: block;
}
.design_strategy_index,
.design_strategy_list,
.design_strategy_details {
  margin-top: 50px;
  background-color: #fff;
}

.design_strategy_index .d_s_title {
  font-size: 28px;
  font-weight: 600;
  color: #000000;
  line-height: 67px;
  margin: 60px 0 10px;
}

.d_s_recommend {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
}
.blog-list-image {
	max-width: 400px;
    max-height: 225px;
}
.title_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.title_header h2 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  line-height: 33px;
  margin-bottom: 15px;
}

.title_header a {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}

.d_s_container_case {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
}

.d_s_container_case .d_s_case {
  width: calc((100% - 60px) / 3);
}

.d_s_container_case .d_s_case:hover .d_s_case_img img {
  transform: scale(1.2);
  transition: all 0.8s ease 0s;
  -webkit-transform: scale(1.2);
  -webkit-transform: all 0.8s ease 0s;
  cursor: pointer;
}

.d_s_container_case .d_s_case .d_s_case_img {
  width: 100%;
  height: auto;
  background: #f1f2f5;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f5f5f5;
}

.getMorelist {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.d_s_case .d_s_case_img img {
  width: auto;
  /* max-width: 100%;
  max-height: 100%; */
  height: 100%;
}

.d_s_footer_title {
  margin: 15px 0 0px;
}

.d_s_footer_title span {
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  cursor: pointer;
}

.getMorelist .d_s_f_btn {
  width: 200px;
  height: 45px;
  background: #f1f2f5;
  border-radius: 3px;
  font-size: 14px;
  color: #333333;
  line-height: 46px;
  text-align: center;
}

.getMorelist .d_s_f_btn:hover {
  color: #333333;
  background: #e7e7e9;
}

/* 文章列表 */
.d_s_l_container {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}

.article_list {
  margin-bottom: 20px;
}

.d_s_a_li {
  display: flex;
}

.d_s_a_li .article_list_img_left {
  width: 200px;
  max-height: 180px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  cursor: pointer;
}

.d_s_a_li .article_list_img_left img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.article_list_text_right {
  width: calc(100% - 200px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.article_list_text_right h4 {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  line-height: 30px;
  padding-bottom: 6px;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}

.article_list_text_right .article_content {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
}

.d_s_divider {
  width: 100%;
  height: 1px;
  background: #f5f5f5;
  margin: 30px 0;
}

.article_list .d_s_divider:last-child {
  display: none;
}

/* 详情列表 */
.tj_article {
  background: #f7f9fb;
  border-radius: 8px;
  padding: 30px 20px;
  margin-top: 20px;
}

.d_s_a_li .adv_remmonced {
  width: 108px !important;
  height: 81px !important;
  margin-right: 15px;
}

.tj_article .title_header h1 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  line-height: 28px;
  margin-bottom: 0px;
}

.d_s_generator {
  width: 100%;
  height: 169px;
  background: #14cfa6;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.d_s_generator h1 {
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
  line-height: 37px;
}

.adv_btn_guide {
  display: inline-block;
  width: 220px;
  height: 52px;
  background: #ffffff;
  border-radius: 4px;
  text-align: center;
  margin-top: 20px;
}

.d_s_btn_text {
  font-size: 16px;
  font-weight: 600;
  color: #14cfa6;
  line-height: 52px;
  padding-right: 32px;
  background: url(../images/go_guide.png) no-repeat right center;
  background-size: 22px auto;
}

.d_s_a_li .adv_article_content .article_content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  color: #000;
}

.d_s_a_li .adv_article_content {
  width: calc(100% - 138px);
}

.adv_d_s_l_container .article_list .d_s_a_li {
  margin-bottom: 15px;
}

.adv_d_s_l_container .article_list .d_s_a_li:last-child {
  margin-bottom: 0;
}

.conext_resources .d_s_openVipBtn {
  border-radius: 3px;
  border: 2px solid #ffffff;
  background: #191d24;
  color: #fff;
}

.conext_resources .d_s_openVipBtn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.conext_resources .d_s_openVipBtn span {
  background: url("../images/blog/right_icon.png") no-repeat center center;
  background-size: 16px 7px;
}

.d_s_details_container h1 {
  font-size: 26px;
  font-weight: 600;
  color: #000000;
  line-height: 42px;
}

.d_s_details_container .d_s_article_img {
  width: 100%;
  height: auto;
  margin: 30px 0;
}

.d_s_adv_content .adv-content-inner {
  transition: all 0.3s;
}
.box-blog-article-content {
	width: 72%;
}
.box-blog-article-ad {
    width: 300px;
    display: inline-block;
    position: fixed;
    top: 200px;
    right: 50px;
}

.d_s_details_container .d_s_replace_img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  width: calc((100% - 60px) / 3);
  /* max-height: 470px; */
  background: #c1c1c1;
  border-radius: 8px;
  margin: 30px 30px 30px 0;
}

.d_s_details_container .d_s_replace_img a {
  width: 120px;
  height: 40px;
  background: #ffffff;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  color: #14cfa6;
  line-height: 40px;
  margin-top: 15px;
}

.d_s_details_container .d_s_replace_img a:hover {
  background: #ebfdf9;
}

.d_s_details_container .d_s_replace_img img:hover {
  transform: translate(0, -5px);
  transition: all 0.3s;
  cursor: pointer;
}

.d_s_details_container .d_s_replace_img a span {
  padding-left: 25px;
  background: url(../images/blog/edit_icon.png) no-repeat center left;
  background-size: 20px;
}

.d_s_details_container .d_s_replace_img:last-child {
  margin-right: 0;
}

.template_group_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.tj_article .article_list {
  margin-bottom: 0;
}
.bzk_designtemplate_warp .container {
    padding: 0;
}
.bzk_designtemplate_warp .container .seo-list {
    width: 75%;
    background-color: #fff;
    margin-bottom: 40px;
    margin-right: 20px;
}
.bzk_designtemplate_warp .container .adv-content {
    float: right;
}
.adv-content .adv-content-inner {
    width: 300px;
}

/* ***********************博客blog*** end ************************* */